home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / Sample Editors⁄Viewers / Panel Editor / Source / PanelEditorGlobals.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-08  |  484 b   |  23 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        PanelEditorGlobals.cpp
  3.  
  4.     Contains:    PanelEditor globals
  5.  
  6.     Written by:    Steve Smith
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11.  
  12. #ifndef _PANELEDITORGLOBALS_
  13. #include "PanelEditorGlobals.h"
  14. #endif
  15.  
  16. //==============================================================================
  17. // Globals
  18. //==============================================================================
  19.  
  20. ODUShort            gGlobalsUsageCount    = 0;
  21. PanelEditorGlobals*    gGlobals            = kODNULL;
  22.  
  23.